The following tables list the members exposed by ContourChartType.
Name | Description | |
---|---|---|
![]() |
ContourChartType Constructor |
Name | Description | |
---|---|---|
![]() ![]() |
CustomChartTypeName | Name of CustomChartType |
Name | Description | |
---|---|---|
![]() |
ApplyPaletteColorsToPoints | It does not require to apply palette to data points |
![]() |
CircularChartArea | It is not circular chart type |
![]() |
DataPointsInLegend | Legend item is not require for every data point |
![]() |
ExtraYValuesConnectedToYAxis | It is not supported |
![]() |
HundredPercent | It is not supported |
![]() |
HundredPercentSupportNegative | It is not supported |
![]() |
Name | Chart type name |
![]() |
RequireAxes | It does require Axes |
![]() |
SecondYScale | It does not require second Y scale |
![]() |
SideBySideSeries | It does not support side-by-side behavior |
![]() |
Stacked | It is not stacked chart type |
![]() |
StackSign | It is not stacked chart type |
![]() |
SupportLogarithmicAxes | It does not support logarithmic scale |
![]() |
SupportStackedGroups | Does not support Stacked Groups |
![]() |
SwitchValueAxes | It does not support switching |
![]() |
YValuesPerPoint | Returns a number of Yvalues per point for the given custom chart type |
![]() |
ZeroCrossing | It does not support crossing |
Name | Description | |
---|---|---|
![]() |
AddSmartLabelMarkerPositions | Method to add smart label marker position |
![]() ![]() |
GetContourCentrePointCustomAttribute | Gets ContourCentrePoint custom attribute of Series |
![]() |
GetImage | Gets chart type image. |
![]() |
GetLegendImageStyle | Method returns legend image style to create legend item automatically |
![]() |
GetYValue | Method to get Yvalue of data point by index in YValues array |
![]() |
Paint | Paint method is called to draw Series of given chart type within ChartArea |
![]() |
RegisterCustomChartType | Register Contour chart type in the Chart control |
![]() ![]() |
SetContourCentrePointCustomAttribute | Sets ContourCentrePoint custom attribute to Series Developers can define CentrePoint of Series. CentrePoint is needed to "close" data point segment and set Tooltip, Href, MapAreaAttributes of data point. Such custom attribute value should have next format "X=[value],Y=[value]". For example, "X=20,Y=30". If Series does not have "ContourCentrePoint" custom attribute, Paint method creates "fake" centre point using minimum and maximum X and Y values datapoints in the Series. This behavior by default. |
![]() |
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. |