The following tables list the members exposed by ColoredSplineAreaChartType.
Name | Description | |
---|---|---|
![]() |
ColoredSplineAreaChartType Constructor |
Name | Description | |
---|---|---|
![]() |
ApplyPaletteColorsToPoints | True if palette colors should be applied for each data paoint. Otherwise the color is applied to the series. (Inherited from ColoredAreaChartType) |
![]() |
CircularChartArea | True if chart type requires circular chart area. (Inherited from ColoredAreaChartType) |
![]() |
DataPointsInLegend | True if each data point of a chart must be represented in the legend (Inherited from ColoredAreaChartType) |
![]() |
ExtraYValuesConnectedToYAxis | Indicates that extra Y values are connected to the scale of the Y axis (Inherited from ColoredAreaChartType) |
![]() |
HundredPercent | Indicates that it's a hundredred percent chart. Axis scale from 0 to 100 percent should be used. (Inherited from ColoredAreaChartType) |
![]() |
HundredPercentSupportNegative | Indicates that negative 100% stacked values are shown on the other side of the X axis (Inherited from ColoredAreaChartType) |
![]() |
Name | Overridden. Chart type name |
![]() |
RequireAxes | True if chart type supports axeses (Inherited from ColoredAreaChartType) |
![]() |
SecondYScale | Chart type with two y values used for scale ( bubble chart type ) (Inherited from ColoredAreaChartType) |
![]() |
SideBySideSeries | True if chart series can be placed side-by-side. (Inherited from ColoredAreaChartType) |
![]() |
Stacked | True if chart type is stacked (Inherited from ColoredAreaChartType) |
![]() |
StackSign | True if stacked chart type should draw separately positive and negative data points ( Bar and column Stacked types ). (Inherited from ColoredAreaChartType) |
![]() |
SupportLogarithmicAxes | True if chart type supports logarithmic axes (Inherited from ColoredAreaChartType) |
![]() |
SupportStackedGroups | True if stacked chart type supports groups (Inherited from ColoredAreaChartType) |
![]() |
SwitchValueAxes | True if chart type requires to switch the value (Y) axes position (Inherited from ColoredAreaChartType) |
![]() |
YValuesPerPoint | Returns a number of Yvalues per point for the given custom chart type (Inherited from ColoredAreaChartType) |
![]() |
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 ColoredAreaChartType) |
Name | Description | |
---|---|---|
![]() |
AddSmartLabelMarkerPositions | Method to add smart label marker position (Inherited from ColoredAreaChartType) |
![]() |
GetImage | Gets chart type image. (Inherited from ColoredAreaChartType) |
![]() |
GetLegendImageStyle | Method returns legend image style to create legend item automatically (Inherited from ColoredAreaChartType) |
![]() |
GetYValue | Method to get Yvalue of data point by index in YValues array (Inherited from ColoredAreaChartType) |
![]() |
Paint | Paint method is called to draw Series of given chart type within ChartArea (Inherited from ColoredAreaChartType) |
![]() |
RegisterCustomChartType | Register ColoredArea chart type in the Chart control (Inherited from ColoredAreaChartType) |
![]() |
UnRegisterSelectChartCommand | Unregister SelectChart[specific_name] from Chart.UI ChartUI commands are serialized and deserialized with every callback, but registered custom chart types do not. When user interface (Toolbar, ContextMenu) gets custom chart type and tries to get image of this type for user defined commands, there is no such registered chart types, error message would be arised "Uknown chart type". To prevent such situation, developers have to unregister commands for unregistered custom chart types. (Inherited from ColoredAreaChartType) |