Sector Properties |
The Sector type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| AssignPolarAxisIndex |
Gets or sets index of polar axis assigned to this series. Give -1 when you don't want to assign it yet to any axis. This is a dependency property.
| |
| BeginAngle |
Gets or sets sector begin angle. This is a dependency property.
| |
| Behind |
Gets or sets is the sector behind series or on front of it. This is a dependency property.
| |
| BorderlineStyle |
Gets or sets borderline style. This is a dependency property.
| |
| BorderLocation |
Border location relative to sector edge.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| CenterClipping |
Defines how the sector should be clipped at the center of the graph.
| |
| ClipInsideGraph |
Defines if the sector should be drawn outside the main chart circle (clipped).
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| EndAngle |
Gets or sets sector end angle. This is a dependency property.
| |
| Fill |
Gets or sets fill. This is a dependency property.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| MaxAmplitude |
Gets or sets sector max amplitude. This is a dependency property.
| |
| MinAmplitude |
Gets or sets sector min amplitude. This is a dependency property.
| |
| OwnerView |
Owner view.
| |
| ShowInLegendBox |
Gets or sets if enlists the series title text in Legend box of the chart. This is a dependency property.
| |
| Title |
Gets or sets sector title. This is a dependency property.
| |
| Visible |
Gets or sets is the series visible. This is a dependency property.
|