Click or drag to resize
ChartMarkingArea Class
Marked area with diffrent color in Chart
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelChartMarkingArea

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 ChartMarkingArea : RenderingElement

The ChartMarkingArea type exposes the following members.

Constructors
  NameDescription
Public methodChartMarkingArea
Create a instance of object
Public methodChartMarkingArea(String)
Create a instance of object
Public methodChartMarkingArea(IContainer)
Create a instance of object
Top
Methods
  NameDescription
Public methodToString
Marked zone to String
(Overrides StateManagerBase.ToString.)
Top
Properties
  NameDescription
Public propertyAxisYType
Marked zone Y Axis type
Public propertyLabel
Marked zone label
Public propertyName
Marked zone name
Public propertyStyleSet
Appearance properties
Public propertyValueEndX
Marker end position X
Public propertyValueEndY
Marker end position Y
Public propertyValueStartX
Marker start position X
Public propertyValueStartY
Marker start position Y
Public propertyVisible
Visibility
Top
See Also