Click or drag to resize
MarkerStyle Class
Styles of marking area.
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class MarkerStyle : LocatingStyle

The MarkerStyle type exposes the following members.

Constructors
  NameDescription
Public methodMarkerStyle
Creates a new instance of StyleMarker class.
Public methodMarkerStyle(Object)
Creates a new instance of StyleMarker class.
Public methodMarkerStyle(String)
Creates a new instance of StyleMarker class.
Public methodMarkerStyle(String, Int32)
Creates a new instance of StyleMarker class.
Public methodMarkerStyle(String, ChartDimensionsBase, Fill)
Creates a new instance of StyleMarker class.
Public methodMarkerStyle(ChartDimensionsBase, String, Fill, ChartPosition, Single, Corners, Border, Shadow, Boolean)
Creates a new instance of StyleMarker class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
(Overrides StyleBaseClone.)
Public methodEquals
Comparing of two objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyCorners
Specifies the corners of background rectangle
Public propertyFigure
Specifies the Figure property
Public propertyFill
Specifies the FillStyle property
Public propertyRotationAngle
Specifies the Rotation angle
Public propertyVisible
Specifies marker's visibility
(Overrides StyleBaseVisible.)
Top
See Also