Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

A DataPoint object represents a data point in a chart. To return a DataPoint object, use Series[i].

Signature
C#
C#
 public sealed class DataPoint
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class DataPoint
{signature}
{remarks}The {{DataPoint}} class extends [ChartRegion|ChartRegion].

This class allows you to alter everything that has to do with an individual data point, ranging from the label to the marker. For most of these properties, there is a direct correspondence to some other property, either in the [Series] or in the [Series.SettingsPieDoughnut], which affects all the data points. Any specifications on an individual data point will take precedence over specifications on the series.
{remarks}
{properties}
||Name||Description||
|[DistanceFromCenter|DataPoint.DistanceFromCenter]|{excerpt-include:DataPoint.DistanceFromCenter|nopanel=true}|
|[Interior|DataPoint.Interior]|{excerpt-include:DataPoint.Interior|nopanel=true}|
|[IsOnSecondaryPieorBar|DataPoint.IsOnSecondaryPieorBar]|{excerpt-include:DataPoint.IsOnSecondaryPieorBar|nopanel=true}|
|[Label|DataPoint.Label]|{excerpt-include:DataPoint.Label|nopanel=true}|
|[LegendEntryFont|DataPoint.LegendEntryFont]|{excerpt-include:DataPoint.LegendEntryFont|nopanel=true}|
|[Line|DataPoint.Line]|{excerpt-include:DataPoint.Line|nopanel=true}|
|[Marker|DataPoint.Marker]|{excerpt-include:DataPoint.Marker|nopanel=true}|
|[ShowLegendEntry|DataPoint.ShowLegendEntry]|{excerpt-include:DataPoint.ShowLegendEntry|nopanel=true}|
Remarks

The DataPoint class extends ChartRegion.

This class allows you to alter everything that has to do with an individual data point, ranging from the label to the marker. For most of these properties, there is a direct correspondence to some other property, either in the Series or in the Series.SettingsPieDoughnut, which affects all the data points. Any specifications on an individual data point will take precedence over specifications on the series.

Properties

Name

Description

DistanceFromCenter

Excerpt Include
DataPoint.DistanceFromCenter
DataPoint.DistanceFromCenter
nopaneltrue

Interior

Excerpt Include
DataPoint.Interior
DataPoint.Interior
nopaneltrue

IsOnSecondaryPieorBar

Excerpt Include
DataPoint.IsOnSecondaryPieorBar
DataPoint.IsOnSecondaryPieorBar
nopaneltrue

Label

Excerpt Include
DataPoint.Label
DataPoint.Label
nopaneltrue

LegendEntryFont

Excerpt Include
DataPoint.LegendEntryFont
DataPoint.LegendEntryFont
nopaneltrue

Line

Excerpt Include
DataPoint.Line
DataPoint.Line
nopaneltrue

Marker

Excerpt Include
DataPoint.Marker
DataPoint.Marker
nopaneltrue

ShowLegendEntry

Excerpt Include
DataPoint.ShowLegendEntry
DataPoint.ShowLegendEntry
nopaneltrue