CustomLabel.LabelMark Propriedade
Definição
Obtém ou define a marca de rótulo para um rótulo personalizado.Gets or sets the label mark for a custom label. Isso se aplica aos rótulos somente da segunda linha.This applies to labels in the second row only.
public:
property System::Web::UI::DataVisualization::Charting::LabelMarkStyle LabelMark { System::Web::UI::DataVisualization::Charting::LabelMarkStyle get(); void set(System::Web::UI::DataVisualization::Charting::LabelMarkStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LabelMarkStyle LabelMark { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelMark : System.Web.UI.DataVisualization.Charting.LabelMarkStyle with get, set
Public Property LabelMark As LabelMarkStyle
Valor da propriedade
Um LabelMarkStyle valor de enumeração que determina o tipo de marca de rótulo, se houver, a ser usado.A LabelMarkStyle enumeration value that determines the type of label mark, if any, to be used.
- Atributos
Comentários
Marcas de rótulo só podem ser usadas para a segunda linha de rótulos e geralmente são usadas para agrupar rótulos a partir da primeira linha.Label marks can only be used for the second row of labels, and are usually used to group labels together from the first row.
O estilo de linha da marca de escala principal do Axis objeto relevante é usado para o padrão de linha da marca, por exemplo, a propriedade as. MajorTickMark. LineDashStyle.The major tick mark's line style of the relevant Axis object is used for the line pattern of the mark, for example, the AxisX.MajorTickMark.LineDashStyle property.