Click or drag to resize

MiniScale Properties

LightningChart .NET Help

The MiniScale type exposes the following members.

Properties
  NameDescription
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyColor
Gets or sets color. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDirection
Gets or sets Y line direction. This is a dependency property.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyHorizontalAlign
Gets or sets horizontal alignment. 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 propertyLabelX
Gets or sets X dimension label style. This is a dependency property.
Public propertyLabelY
Gets or sets Y dimension label style. This is a dependency property.
Public propertyOffset
Gets or sets offset from position set by HorizontalAlign and VerticalAlign. This is a dependency property.
Public propertyPreferredSize
Gets or sets preferred size. This is a dependency property. The control tries to adjust its size near to this, while displaying user friendly dimension values.
Public propertyShowX
Gets or sets if show X dimension. This is a dependency property.
Public propertyShowY
Gets or sets if show Y dimension. This is a dependency property.
Public propertyThickness
Gets or sets dimension lines thickness. This is a dependency property.
Public propertyVerticalAlign
Gets or sets vertical alignment. This is a dependency property.
Public propertyVisible
Gets or sets is miniscale visible or not. This is a dependency property.
Top
See Also