AnnotationXYAxisValuesBoundaries Property |
LightningChart .NET Help
Main box boundaries in axis values.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic BoundsDoubleXY AxisValuesBoundaries { get; set; }Public Property AxisValuesBoundaries As BoundsDoubleXY
Get
Set
public:
property BoundsDoubleXY^ AxisValuesBoundaries {
BoundsDoubleXY^ get ();
void set (BoundsDoubleXY^ value);
}Property Value
Type:
BoundsDoubleXY
See Also