AnnotationPolarLocationAxisValues Property |
LightningChart .NET Help
Location as axis values.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointPolar LocationAxisValues { get; set; }Public Property LocationAxisValues As PointPolar
Get
Set
public:
property PointPolar^ LocationAxisValues {
PointPolar^ get ();
void set (PointPolar^ value);
}Property Value
Type:
PointPolar
See Also