Click or drag to resize
ChartClientSettings Properties

The ChartClientSettings type exposes the following members.

Properties
  Name Description
Public property AxisMarkersColor
Gets or sets a value indicating the color of the zoom assist axis markers.
Public property AxisMarkersSize
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 property EnableAxisMarkers
Gets or sets a value indicating whether the zoom assist axis markers are enabled.
Public property EnableZoom
Gets or sets a value indicating whether the client-side zoom functionality is enabled.
Public property ScrollMode
Gets or sets a value indicating the diagram client scroll mode.
Public property XScale
Gets or sets a value indicating the diagram scale value by X axis.
Public property XScrollOffset
Gets or sets a value indicating the AxisX scroll offset ratio.
Public property YScale
Gets or sets a value indicating the diagram scale value by Y axis.
Public property YScrollOffset
Gets or sets a value indicating the AxisY scroll offset ratio.
Public property ZoomRectangleColor
Gets or sets a value indicating the color of the zoom rectangle.
Public property ZoomRectangleOpacity
Gets or sets a value indicating the opacity of the zoom rectangle.
Top
See Also