Click or drag to resize
ChartSeriesPoint Class
Represents the base element of KaxChart's series.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelChartSeriesPoint

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartSeriesPoint : RenderingElement, 
	IActiveRegion, ICloneable

The ChartSeriesPoint type exposes the following members.

Constructors
  NameDescription
Public methodChartSeriesPoint
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Boolean)
Creates a new instance of the empty ChartSeriesItem class.
Public methodChartSeriesPoint(Double)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(ChartSeries)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, Double)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, String)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, Double, SeriesPointStyle)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, String, Color)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, Double, Double, Double)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, String, Color, Boolean)
Creates a new instance of the ChartSeriesItem class.
Public methodChartSeriesPoint(Double, Double, Double, Double, Double, Double)
Creates a new instance of the ChartSeriesItem class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
Top
Properties
  NameDescription
Public propertyActiveRegion
Gets or sets Active region
Public propertyArgument
Main X value
Public propertyArgument2
X2 value of series point
Public propertyIndex
Index of point in series collection
Public propertyIsEmpty
Whether the series point's value is empty
Public propertyLabel
Item label
Public propertyName
Series point name
Public propertyParent
Parent element of series point
Public propertyPointAppearance
Point appearance settings
Public propertyStyleSet
Link to visualization and design properties
Public propertyValue
Y value of series point
Public propertyValue2
Y2 value of series point
Public propertyValue3
Y3 value of series point(for ChartSeriesView.Candle).
Public propertyValue4
Y4 value of series point(for ChartSeriesView.Candle).
Public propertyVisible
Gets or sets a boolean value whether to display the series point
Top
See Also