Click or drag to resize
ChartMarker Class
Marker of visual elements in Chart control
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelLocatingElement
        Kettic.AspNet.Controls.ChartModelChartMarker

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 ChartMarker : LocatingElement, 
	IActiveRegion

The ChartMarker type exposes the following members.

Constructors
  NameDescription
Public methodChartMarker
Create new instance of ChartMarker class.
Public methodChartMarker(Object)
Create new instance of ChartMarker class.
Public methodChartMarker(IContainer)
Create new instance of ChartMarker class.
Public methodChartMarker(Object, IContainer)
Create new instance of ChartMarker class.
Top
Methods
  NameDescription
Public methodCopyFrom
Copy fields from specified object
Top
Properties
  NameDescription
Public propertyActiveRegion
Active region
Public propertyParent
Gets and sets Parent element
Public propertyStyleSet
LabelAppearance properties
Public propertyVisible
Gets and sets visibility
Top
See Also