[]
Represents the interface for chart data points.
public interface IChartDataPoint
Name | Description |
---|---|
Action | Gets the default action to perform for this instance. |
CustomProperties | Gets the custom properties for this data point. |
DataElementName | Gets the name used for this chart data point in data renderings. |
DataElementOutput | Gets a value indicating how to render the item in data renderings. |
DataLabel | Gets the data label style. |
DataValues | Gets the values for the data point. |
MapAreas | Gets the image map areas contained within the IChartDataPoint. |
Marker | Gets the data point marker style. |
ShowBeginEndMarkersOnly | Gets a value indicating whether only the first and last markers are shown for the data point; otherwise, all markers are shown. |
Style | Gets the data point style. |
StyleProperties | Gets the properties to customize rendering for specific chart types. |
ToolTip | Gets the data point tooltip. |