The ChartDataPointCustomProperties type exposes the following members.

Constructors

  Name Description
Public method ChartDataPointCustomProperties
Initializes a new instance of the ChartDataPointCustomProperties class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartDataPointCustomProperties to the current object.
(Overrides CustomProperties..::..AssignFrom(CustomProperties).)
Public method Clear
Clears UserDefined collection and resets all properties to default values.
(Inherited from CustomProperties.)

Properties

  Name Description
Public property Area
Properties of data point of the Area chart.
Public property AreaPercentStacked
Properties of data point of the Area Percent Stacked chart.
Public property AreaSmooth
Properties of data point of the Area Smooth chart.
Public property AreaStacked
Properties of data point of the Area Stacked chart.
Public property Bar
Properties of data point of the Bar chart.
Public property BarPercentStacked
Properties of data point of the Bar Percent Stacked chart.
Public property BarStacked
Properties of data point of the Bar Stacked chart.
Public property Column
Properties of data point of the Column chart.
Public property ColumnPercentStacked
Properties of data point of the Column PercentStacked chart.
Public property ColumnStacked
Properties of data point of the Column Stacked chart.
Public property Doughnut
Properties of data point of the Doughnut chart.
Public property Funnel
Properties of data point of the Funnel chart.
Public property Line
Properties of data point of the Line chart.
Public property LineSmooth
Properties of data point of the Line Smooth chart.
Public property LineStepped
Properties of data point of the Line Stepped chart.
Public property Pie
Properties of data point of the Pie chart.
Public property Polar
Properties of data point of the Polar chart.
Public property Pyramid
Properties of data point of the Pyramid chart.
Public property Radar
Properties of data point of the Radar chart.
Public property Range
Properties of data point of the Range chart.
Public property RangeBar
Properties of data point of the Range Bar chart.
Public property RangeBoxPlot
Properties of data point of the Range BoxPlot chart.
Public property RangeCandlestick
Properties of data point of the Range Candlestick chart.
Public property RangeColumn
Properties of data point of the Range Column chart.
Public property RangeErrorBar
Properties of data point of the Range ErrorBar chart.
Public property RangeSmooth
Properties of data point of the Range Smooth chart.
Public property RangeStock
Properties of data point of the Range Stock chart.
Public property Scatter
Properties of data point of the Scatter chart.
Public property ScatterBubble
Properties of data point of the Scatter Bubble chart.
Public property UserDefined
Gets the UserDefinedProperties collection.
(Inherited from CustomProperties.)

See Also