Annotation.AxisY 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 Y axis which an annotation is attached to.
public:
virtual property System::Web::UI::DataVisualization::Charting::Axis ^ AxisY { System::Web::UI::DataVisualization::Charting::Axis ^ get(); void set(System::Web::UI::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.AnnotationAxisValueConverter))]
public virtual System.Web.UI.DataVisualization.Charting.Axis AxisY { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.AnnotationAxisValueConverter))>]
member this.AxisY : System.Web.UI.DataVisualization.Charting.Axis with get, set
Public Overridable Property AxisY As Axis
Property Value
An Axis object which this annotation is attached to.
- Attributes
Remarks
When an annotation is attached to an axis, its Y position is always specified in axes coordinates. To also define the size of an annotation in axes coordinates, make sure the IsSizeAlwaysRelative property is set to false
.
Set to null
to disable annotation attachment to an axis.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.