Click or drag to resize
ChartClientSettings Class
Chart client settings
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.ControlsChartClientSettings

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

The ChartClientSettings type exposes the following members.

Constructors
  NameDescription
Public methodChartClientSettings
Top
Methods
  NameDescription
Public methodClone
Top
Properties
  NameDescription
Public propertyAxisMarkersColor
Gets or sets a value indicating the color of the zoom assist axis markers.
Public propertyAxisMarkersSize
Gets or sets a value indicating the size of the axis markers in pixels (size for the AxisY marker represents its width, while size for the AxisX marker -- its height).
Public propertyEnableAxisMarkers
Gets or sets a value indicating whether the zoom assist axis markers are enabled.
Public propertyEnableZoom
Gets or sets a value indicating whether the client-side zoom functionality is enabled.
Public propertyScrollMode
Gets or sets a value indicating the diagram client scroll mode.
Public propertyXScale
Gets or sets a value indicating the diagram scale value by X axis.
Public propertyXScrollOffset
Gets or sets a value indicating the AxisX scroll offset ratio.
Public propertyYScale
Gets or sets a value indicating the diagram scale value by Y axis.
Public propertyYScrollOffset
Gets or sets a value indicating the AxisY scroll offset ratio.
Public propertyZoomRectangleColor
Gets or sets a value indicating the color of the zoom rectangle.
Public propertyZoomRectangleOpacity
Gets or sets a value indicating the opacity of the zoom rectangle.
Top
See Also