Axis.ScaleBreakStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the axis automatic scale break style.
public:
virtual property System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ ScaleBreakStyle { System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public virtual System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle ScaleBreakStyle { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ScaleBreakStyle : System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle with get, set
Public Overridable Property ScaleBreakStyle As AxisScaleBreakStyle
Property Value
An AxisScaleBreakStyle object, which represents a scale break on the chart axis.
- Attributes
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.