MindFusion.Charting for Silverlight Programmer's Guide
BaseScale.EndWidth Property
See Also
 






Gets or sets the width of the scale bar at its end. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public Length EndWidth { get; set; }

Visual Basic  Copy Code

Public Property EndWidth As Length

 Property Value

An instance of the Length structure.

 Remarks

This property, in conjunction with StartWidth, define the thickness of the scale.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Silverlight Namespace
StartWidth Property