Click or drag to resize

ViewPie3D Properties

LightningChart .NET Help

The ViewPie3D type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Gets or sets list of annotations. This is a dependency property.
Public propertyAutoSizeMargins
Automatically size margins based on LegendBox position and size. This is a dependency property.
(Inherited from View3DBase.)
Public propertyBorder
Gets or sets Border of the 3D chart view. This is a dependency property.
(Inherited from View3DBase.)
Public propertyCamera
Gets or sets camera (point of view). This is a dependency property.
(Inherited from View3DBase.)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDimensions
Dimensions (size) of the 3D chart view
(Overrides View3DBaseDimensions.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDonutInnerPercents
Gets or sets donut inner diameter, in percents. This is a dependency property.
Public propertyExplodePercents
Gets or sets explode percent. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLegendBox3DPie
Gets or sets pie legend box. This is a dependency property.
Public propertyLightingScheme
Gets or sets lighting scheme. This is a dependency property.
Public propertyMargins
Gets or sets margins between control's edges and for example graph area borders in DIPs. If using ViewXY, AxisLayout.AutoAdjustMargins must be disabled this to apply. This is a dependency property.
(Inherited from ViewBase.)
Public propertyMaterial
Gets or sets pie material. This is a dependency property.
Public propertyOwnerChart
Gets Owner chart of the view.
(Inherited from ViewBase.)
Public propertyRounding
Gets or sets edge rounding percentage. This is a dependency property.
Public propertyStartAngle
Gets or sets pie first item start angle. This is a dependency property.
Public propertyStyle
Gets or sets 3D pie draw style. This is a dependency property.
Public propertyThickness
Gets or sets pie thickness. This is a dependency property.
Public propertyTitlesNumberFormat
Gets or sets number formatting string used when a numeric titles style is selected. This is a dependency property.
Public propertyTitlesStyle
Gets or sets titles style. This is a dependency property.
Public propertyValues
Gets or sets pie slice values. This is a dependency property.
Public propertyZoomPanOptions
Gets or sets zoom, pan and rotation options. This is a dependency property.
Top
See Also