LegendItem.MarkerStyle 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 a legend item marker style. Also used to enable or disable the display of markers.
public:
property System::Web::UI::DataVisualization::Charting::MarkerStyle MarkerStyle { System::Web::UI::DataVisualization::Charting::MarkerStyle get(); void set(System::Web::UI::DataVisualization::Charting::MarkerStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.MarkerStyle MarkerStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.MarkerStyle : System.Web.UI.DataVisualization.Charting.MarkerStyle with get, set
Public Property MarkerStyle As MarkerStyle
Property Value
A MarkerStyle integer enumeration. The default value is None.
- Attributes
Remarks
To disable markers, set this property to None.
Note
This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.