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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.