Dundas Chart for Windows Forms
BubbleChart Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.ChartTypes Namespace : BubbleChart Class


The following tables list the members exposed by BubbleChart.

Public Constructors

  Name Description
Public Constructor BubbleChart Constructor Class public constructor  
Top

Public Properties

  Name Description
Public Property ApplyPaletteColorsToPoints True if palette colors should be applied for each data paoint. Otherwise the color is applied to the series. (Inherited from PointChart)
Public Property CircularChartArea True if chart type requires circular chart area. (Inherited from PointChart)
Public Property DataPointsInLegend True if each data point of a chart must be represented in the legend (Inherited from PointChart)
Public Property ExtraYValuesConnectedToYAxis Indicates that extra Y values are connected to the scale of the Y axis (Inherited from PointChart)
Public Property HundredPercent Indicates that it's a hundredred percent chart. Axis scale from 0 to 100 percent should be used. (Inherited from PointChart)
Public Property HundredPercentSupportNegative Indicates that it's a hundredred percent chart. Axis scale from 0 to 100 percent should be used. (Inherited from PointChart)
Public Property Name Overridden.  Chart type name  
Public Property RequireAxes True if chart type supports axeses (Inherited from PointChart)
Public Property SecondYScale Overridden.  Chart type with two y values used for scale ( bubble chart type )  
Public Property ShiftedSerName Labels and markers have to be shifted if there is more than one series for column chart. This property will give a name of the series, which is used, for labels and markers. NOT USED IN POINT CHART. (Inherited from PointChart)
Public Property ShiftedX Labels and markers have to be shifted if there is more than one series for column chart. NOT USED IN POINT CHART. (Inherited from PointChart)
Public Property SideBySideSeries True if chart series can be placed side-by-side. (Inherited from PointChart)
Public Property Stacked True if chart type is stacked (Inherited from PointChart)
Public Property StackSign True if stacked chart type should draw separately positive and negative data points ( Bar and column Stacked types ). (Inherited from PointChart)
Public Property SupportLogarithmicAxes True if chart type supports logarithmic axes (Inherited from PointChart)
Public Property SupportStackedGroups True if stacked chart type supports groups (Inherited from PointChart)
Public Property SwitchValueAxes True if chart type requires to switch the value (Y) axes position (Inherited from PointChart)
Public Property YValuesPerPoint Overridden.  Number of supported Y value(s) per point  
Public Property ZeroCrossing If the crossing value is auto Crossing value should be automatically set to zero for some chart types (Bar, column, area etc.) (Inherited from PointChart)
Top

Public Methods

  Name Description
Public Method AddSmartLabelMarkerPositions Adds markers position to the list. Used to check SmartLabels overlapping. (Inherited from PointChart)
Public Method GetImage Overridden.  Gets chart type image.  
Public Method GetLegendImageStyle How to draw series/points in legend: Filled rectangle, Line or Marker (Inherited from PointChart)
Public Method GetYValue Helper function, which returns the Y value of the point. (Inherited from PointChart)
Public Method Paint Paint Point Chart. (Inherited from PointChart)
Top

See Also

© 2009 All Rights Reserved.