Click or drag to resize

MiniScale Class

LightningChart .NET Help
Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.Charting.Views.ViewXYMiniScale

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class MiniScale : ChartNode

The MiniScale type exposes the following members.

Constructors
  NameDescription
Public methodMiniScale
Simple constructor for Form designer's list editor.
Public methodMiniScale(IChartNode)
Constructor.
Top
Properties
  NameDescription
Public propertyColor
Color
Public propertyDirection
Y line direction
Public propertyHorizontalAlign
Horizontal alignment
Public propertyLabelX
X dimension label style
Public propertyLabelY
Y dimension label style
Public propertyOffset
Offset from position set by HorizontalAlign and VerticalAlign
Public propertyPreferredSize
Preferred size. The control tries to adjust its size near to this, while displaying user friendly dimension values.
Public propertyShowX
Show X dimension
Public propertyShowY
Show Y dimension
Public propertyThickness
Dimension lines thickness
Public propertyVerticalAlign
Vertical alignment
Public propertyVisible
Is miniscale visible or not
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also