Skip to main content
A newer version of this page is available. .

ChartRangeControlClient Members

Displays the bound chart’s data within the range control and specifies the chart’s visual range.

Constructors

Name Description
ChartRangeControlClient() Initializes a new instance of the ChartRangeControlClient class.

Fields

Name Description
ChartProperty static Identifies the Chart dependency property.
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency property.
ForegroundProperty static Identifies the Foreground dependency property.
GridLinesBrushProperty static Identifies the GridLinesBrush dependency property.
LabelPatternProperty static Identifies the LabelPattern dependency property.

Properties

Name Description
Chart Gets or sets the chart to which the Range Control is bound.
FontFamily Gets or sets a font family for ChartRangeControlClient labels.
FontSize Gets or sets the font size of ChartRangeControlClient labels.
Foreground Gets or sets the brush used to paint ChartRangeControlClient label text.
GridLinesBrush Gets or sets the brush used to paint ChartRangeControlClient grid lines.
LabelPattern Gets or sets a format string that specifies ChartRangeControlClient label text.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
LayoutChanged Occurs when the ChartRangeControlClient layout is changed.
See Also