StyleAxis
Axis appearance
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleAxis : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleAxis
Derived Classes:
Implements:
Inherited Members
Constructors
Creates new instance of StyleAxis class
public StyleAxis()
Creates new instance of StyleAxis class
Creates new instance of StyleAxis class
public StyleAxis(Orientation orientation, ChartAxis axis)
Axis orientation
axisChartAxisAxis related to
Creates new instance of StyleAxis class
public StyleAxis(Orientation orientation, ChartAxisVisibility visibility, ChartAxis axis)
Axis orientation
visibilityChartAxisVisibilityVisibility of axis
axisChartAxisAxis orientation
Creates new instance of StyleAxis class
public StyleAxis(Orientation orientation, ChartAxisVisibility visibility, LineStyle lineStyle)
Axis orientation
visibilityChartAxisVisibilityVisisbility of axis
lineStyleLineStyleLine style of axis
Creates new instance of StyleAxis class
public StyleAxis(Orientation orientation, ChartAxisVisibility visibility)
Axis orientation
visibilityChartAxisVisibilityVisibility of axis
Creates new instance of StyleAxis class
Fields
Default style for axis label
protected StyleLabel styleAxisLabelAppearance
Major Grid Lines options
protected StyleGridLine styleAxisMajorGridLines
Axis major ticks style
protected StyleTickMajor styleAxisMajorTick
Minor Grid Lines options
protected StyleGridLine styleAxisMinorGridLines
Axis minor ticks style
protected StyleTickMinor styleAxisMinorTick
Specifies the orientation property
protected Orientation styleAxisOrientation
Default axis items text properties style
protected StyleAxisItemText styleAxisTextAppearance
Properties
Color
Color
Color of Axis
[SkinnableProperty]
public override Color Color { get; set; }
Overrides:
CustomFormat
string
Specifies a custom numerical format string.
[Browsable(true)]
[SkinnableProperty]
public string CustomFormat { get; set; }
Default style for all axis items
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel LabelAppearance { get; }
Major Grid Lines options
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleGridLine MajorGridLines { get; }
ChartAxis major ticks style
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleTickMajor MajorTick { get; }
Minor Grid Lines options
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleGridLine MinorGridLines { get; }
ChartAxis minor ticks style
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleTickMinor MinorTick { get; }
Common axis items labels text blocks settings
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleAxisItemText TextAppearance { get; }
Specifies a predefined numerical format string.
[Browsable(true)]
[PersistenceMode(PersistenceMode.Attribute)]
[SkinnableProperty]
public ChartValueFormat ValueFormat { get; set; }
Specifies the axis visibility option
[Browsable(true)]
public ChartAxisVisibility Visible { get; set; }
Width
float
Specifies the width of the axis.
[Browsable(true)]
[SkinnableProperty]
public override float Width { get; set; }
Overrides:
Methods
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Save data to ViewState
protected override object SaveViewState()
object
Saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: