Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}A DataPoint object represents a data point in a chart. To return a {{DataPoint}} object, use [Series\[i\]|Series.Item(Int32)].{excerpt}
{signature:C#}
 public sealed class DataPoint
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class DataPoint
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

...

Interior

...

IsOnSecondaryPieorBar

...

Label

...

LegendEntryFont

...

Line

...

Marker

...

ShowLegendEntry

...

{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}|