TickBar.Maximum Property

Definition

Gets or sets the maximum value that is possible for a tick mark.

public:
 property double Maximum { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double Maximum { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Maximum : double with get, set
Public Property Maximum As Double

Property Value

The largest possible value for a tick mark. The default value is 100.0.

Attributes

Remarks

Primary ticks are displayed for the Minimum and Maximum values, and secondary ticks are displayed for other values. For a horizontal TickBar, the height of the primary ticks is equal to the ActualHeight of the TickBar. For a vertical TickBar, the width of the primary ticks is equal to the ActualWidth of the TickBar. The size of the secondary ticks is 75 percent of the size of the primary ticks.

Dependency Property Information

Identifier field MaximumProperty
Metadata properties set to true AffectsRender

Applies to

See also