ChartRangeControlClientTimeSpanGridOptions Members
Represents the time-span settings of the chart range control client.Constructors
Name | Description |
---|---|
ChartRangeControlClientTimeSpanGridOptions(ChartElement) | Initializes a new instance of the ChartRangeControlClientTimeSpanGridOptions class with the specified time-span grid options of the range control. |
Properties
Name | Description |
---|---|
GridAlignment | Gets or sets the time-span measure unit to which the chart’s gridlines and labels should be aligned when the chart is bound to the range control. |
GridMode | Specifies the current grid mode of a chart range control client. Inherited from ChartRangeControlClientGridOptions. |
GridOffset | Gets or sets the offset of grid lines in the viewport area of the range control. Inherited from ChartRangeControlClientGridOptions. |
GridSpacing | Gets or sets a value that specifies the interval between grid lines when the chart is bound to the range control. Inherited from ChartRangeControlClientGridOptions. |
LabelFormat | Gets or sets the string used to format chart client label values. Inherited from ChartRangeControlClientGridOptions. |
LabelFormatProvider | Gets or set the format provider to format the values displayed by labels of the chart range control client. Inherited from ChartRangeControlClientGridOptions. |
SnapAlignment | Specifies the measurement unit to which selection thumbs of the range control are snapped. |
SnapMode | Specifies the current snap mode of a chart range control client. Inherited from ChartRangeControlClientGridOptions. |
SnapOffset | Gets or sets the snap offset in the viewport area of the range control. Inherited from ChartRangeControlClientGridOptions. |
SnapSpacing | Gets or sets the numeric snap step. Inherited from ChartRangeControlClientGridOptions. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
Methods
Name | Description |
---|---|
Assign(ChartElement) | Copies all the settings from the ChartRangeControlClientTimeSpanGridOptions object passed as the parameter. |
Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. 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 the textual representation of the chart element. Inherited from ChartElement. |
See Also