Click or drag to resize
Accord.NET (logo)

ChartRangeX Property

Chart's X range.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Range RangeX { get; set; }
Request Example View Source

Property Value

Type: Range
Remarks

The value sets the X range of data to be displayed on the chart.

See Also