CircularTickLabelMajor Class
Represents an element that renders major tick labels in a CircularGauge.
public class CircularTickLabelMajor : CircularTickLabelBase, ILogicalParent, IVisualParent
- Inheritance:
- object Visual UIElement FrameworkElement GaugeElement TickBase CircularTickBase CircularTickLabelBase object
- Implements:
- ILogicalParent IVisualParent
Constructors
CircularTickLabelMajor()
Initializes an instance of the class.
public CircularTickLabelMajor()
Properties
EndValue
The last value that should be rendered.
MaximumTickVisibility
A value indicating whether a tick should be rendered at the maximum value.
public TickVisibility MaximumTickVisibility { get; set; }
Property Value
- TickVisibility:
The default value is Always.
Remarks
The SkipValues property takes precedence over this property.
MinimumTickVisibility
A value indicating whether a tick should be rendered at the minimum value.
public TickVisibility MinimumTickVisibility { get; set; }
Property Value
- TickVisibility:
The default value is Always.
Remarks
The SkipValues property takes precedence over this property.
SkipValues
The values that should not be rendered.
StartValue
The first value that should be rendered.
Methods
GetValues()
Returns the values to be rendered by this tick label element.
Fields
EndValueProperty
Defines the EndValue property.
public static readonly DependencyProperty EndValueProperty
MaximumTickVisibilityProperty
Defines the MaximumTickVisibility property.
public static readonly DependencyProperty MaximumTickVisibilityProperty
MinimumTickVisibilityProperty
Defines the MinimumTickVisibility property.
public static readonly DependencyProperty MinimumTickVisibilityProperty
SkipValuesProperty
Defines the SkipValues property.
public static readonly DependencyProperty SkipValuesProperty
StartValueProperty
Defines the StartValue property.
public static readonly DependencyProperty StartValueProperty
Inherited Members
- CircularTickLabelBase.FontFamilyProperty
- CircularTickLabelBase.FontSizeProperty
- CircularTickLabelBase.FontStyleProperty
- CircularTickLabelBase.FontWeightProperty
- CircularTickLabelBase.ForegroundProperty
- CircularTickLabelBase.RoundModeProperty
- CircularTickLabelBase.TextFormatProperty
- CircularTickLabelBase.TextOrientationProperty
- CircularTickLabelBase.GetValueText(double)
- CircularTickLabelBase.OnRender(DrawingContext)
- CircularTickLabelBase.FontFamily
- CircularTickLabelBase.FontSize
- CircularTickLabelBase.FontStyle
- CircularTickLabelBase.FontWeight
- CircularTickLabelBase.Foreground
- CircularTickLabelBase.RoundMode
- CircularTickLabelBase.TextFormat
- CircularTickLabelBase.TextOrientation
- CircularTickBase.CalculateAngle(double)
- CircularTickBase.Radius
- CircularTickBase.ScaleBarExtent
- CircularTickBase.StartAngle
- CircularTickBase.SweepAngle
- TickBase.AngleProperty
- TickBase.BorderBrushProperty
- TickBase.BorderDashStyleProperty
- TickBase.BorderWidthProperty
- TickBase.HasDropShadowProperty
- TickBase.IntervalOriginProperty
- TickBase.MajorIntervalProperty
- TickBase.MajorIntervalTypeProperty
- TickBase.MinorIntervalProperty
- TickBase.MinorIntervalTypeProperty
- TickBase.ScaleOffsetProperty
- TickBase.ScalePlacementProperty
- TickBase.Angle
- TickBase.BorderBrush
- TickBase.BorderDashStyle
- TickBase.BorderWidth
- TickBase.HasDropShadow
- TickBase.IntervalOrigin
- TickBase.IsLogarithmic
- TickBase.IsReversed
- TickBase.LogarithmicBase
- TickBase.MajorInterval
- TickBase.MajorIntervalType
- TickBase.Maximum
- TickBase.Minimum
- TickBase.MinorInterval
- TickBase.MinorIntervalType
- TickBase.ScaleOffset
- TickBase.ScalePlacement
- GaugeElement.ZIndexProperty
- GaugeElement.GetVisualChild(int)
- GaugeElement.GetZIndex(UIElement)
- GaugeElement.SetZIndex(UIElement, int)
- GaugeElement.VisualChildren
- GaugeElement.VisualChildrenCount
- GaugeElement.ZIndex