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