ViewPie3DDimensions Property |
LightningChart .NET Help
Dimensions (size) of the 3D chart view
Namespace:
Arction.Wpf.Charting.Views.ViewPie3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
public override SizeDoubleXYZ Dimensions { get; }<BrowsableAttribute(false)>
Public Overrides ReadOnly Property Dimensions As SizeDoubleXYZ
Get
public:
[BrowsableAttribute(false)]
virtual property SizeDoubleXYZ^ Dimensions {
SizeDoubleXYZ^ get () override;
}Property Value
Type:
SizeDoubleXYZ
See Also